From: Matthias Clasen Date: Tue, 20 Dec 2022 05:29:48 +0000 (-0500) Subject: ci: Disable f16c for asan X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~15^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=5df0cbfa6917a9d514942325b708930935443164;p=gtk4.git ci: Disable f16c for asan It appears that f16c crashes asan instantly. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6decaec976..7338279661 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -345,8 +345,8 @@ static-scan: - _scan_build/meson-logs allow_failure: true -# Run tests with the address sanitizer. We need to turn off introspection, -# since it is incompatible with asan +# Run tests with the address sanitizer. We need to turn off introspection +# and f16c, since they are incompatible with asan asan-build: image: $FEDORA_IMAGE tags: [ asan ] @@ -356,7 +356,7 @@ asan-build: script: - export PATH="$HOME/.local/bin:$PATH" - pip3 install --user meson~=0.64 - - CC=clang meson setup --buildtype=debugoptimized -Db_sanitize=address -Db_lundef=false -Dintrospection=disabled _build + - CC=clang meson setup --buildtype=debugoptimized -Db_sanitize=address -Db_lundef=false -Dintrospection=disabled -Df16c=disabled _build - ninja -C _build - .gitlab-ci/run-tests.sh _build wayland artifacts: